'Declaration Public Overloads Overrides Sub SetImage( _ ByVal bytes() As System.Byte, _ ByVal contentType As System.String _ )
public override void SetImage( System.byte[] bytes, System.string contentType )
Parameters
- bytes
- The byte array of the image.
- contentType
- The content type of the image data.